Interface TFTPError

All Superinterfaces:
IPCData, Pdu, Signal, TFTPHeader
All Known Implementing Classes:
TFTPErrorImpl

public interface TFTPError extends TFTPHeader
  • Method Details

    • getErrorCode

      TFTPErrorCode getErrorCode()
      Returns:
      TFTPErrorCode Returns a TFTPErrorCode
    • setErrorCode

      void setErrorCode(TFTPErrorCode errorCode)
      Parameters:
      errorCode - Takes in a parameter of errorCode
    • getErrorMsg

      String getErrorMsg()
      Returns:
      String Returns a String
    • setErrorMsg

      void setErrorMsg(String errorMsg)
      Parameters:
      errorMsg - Takes in a parameter of errorMsg